home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
fido
/
mmail.000
/
mmail
/
mmail.0.1
/
interface
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1996-01-27
|
257 b
|
16 lines
OBJS = main.o tagline.o welcome.o packet.o arealist.o interface.o\
letter.o help.o addr_book.o
CXXFLAGS = -O2
CXX = gcc
interface.a: $(OBJS)
ar sr interface.a $(OBJS)
dep:
$(CXX) -MM *.cc > depend
clean:
rm -f $(OBJS) *~ interface.a
include depend